home *** CD-ROM | disk | FTP | other *** search
/ Chip 2006 December / chip-cd_2006_12.zip / 12 / Pakiet internetowy / Mierniki i liczniki / InterLicznik 3.0 / interlicznik30_setup.exe / install_script.iss
Text File  |  2006-11-05  |  2KB  |  53 lines

  1. ;InnoSetupVersion=4.2.6
  2.  
  3. [Setup]
  4. AppName=Interlicznik
  5. AppVerName=Interlicznik 3.0
  6. AppId=Interlicznik
  7. DefaultDirName={pf}\Interlicznik
  8. DefaultGroupName=Interlicznik
  9. OutputBaseFilename=setup
  10. Compression=zip
  11. PrivilegesRequired=none
  12. LicenseFile=embedded\License.txt
  13. InfoBeforeFile=embedded\InfoBefore.txt
  14. WizardImageFile=embedded\WizardImage0.bmp
  15. WizardSmallImageFile=embedded\WizardSmallImage0.bmp
  16.  
  17. [Files]
  18. Source: "{app}\Interlicznik.exe"; DestDir: "{app}"; 
  19. Source: "{app}\INTERLICZNIK.HLP"; DestDir: "{app}"; 
  20. Source: "{app}\Interlicznik.cnt"; DestDir: "{app}"; 
  21. Source: "{app}\sounds.wav"; DestDir: "{app}"; 
  22. Source: "{app}\licznik_srv.pimg"; DestDir: "{app}"; 
  23. Source: "{app}\licznik.ini"; DestDir: "{app}"; Flags: onlyifdoesntexist 
  24.  
  25. [Icons]
  26. Name: "{group}\Interlicznik"; Filename: "{app}\Interlicznik.exe"; WorkingDir: "{app}"; 
  27. Name: "{group}\PodrΩcznik"; Filename: "{app}\INTERLICZNIK.HLP"; WorkingDir: "{app}"; 
  28. Name: "{userdesktop}\Interlicznik"; Filename: "{app}\Interlicznik.exe"; WorkingDir: "{app}"; 
  29. Name: "{userstartup}\Interlicznik"; Filename: "{app}\Interlicznik.exe"; Parameters: "w"; WorkingDir: "{app}"; 
  30. Name: "{group}\Odinstaluj"; Filename: "{uninstallexe}"; 
  31.  
  32. [UninstallDelete]
  33. Type: files; Name: "{app}\TMP\*.*"; 
  34. Type: files; Name: "{app}\DAT\*.*"; 
  35. Type: files; Name: "{app}\*.*"; 
  36. Type: dirifempty; Name: "{app}\TMP"; 
  37. Type: dirifempty; Name: "{app}\DAT"; 
  38.  
  39. [CustomMessages]
  40. pl.AdditionalIcons=Dodatkowe ikony:
  41. pl.CreateDesktopIcon=Stw≤rz ikony na &Pulpit
  42. pl.CreateQuickLaunchIcon=Stw≤rz ikonΩ &Szybkie uruchamianie
  43. pl.ProgramOnTheWeb=%1 w sieci Internet
  44. pl.UninstallProgram=Od instaluj %1
  45. pl.LaunchProgram=Uruchom %1
  46. pl.AssocFileExtension=&Skojarz %1 z rozszerzeniem pliku %2
  47. pl.AssocingFileExtension=Kojarzenie %1 z rozszerzeniem pliku %2 ...
  48.  
  49. [Languages]
  50. ; These files are stubs
  51. ; To achieve better results after recompilation, use the real language files
  52. Name: "pl"; MessagesFile: "embedded\pl.isl"; 
  53.